home *** CD-ROM | disk | FTP | other *** search
/ D-Rom (UK) / D_ROM / D_ROM (Track 01).bin / drom.dir / 00109.ls < prev    next >
Encoding:
Text File  |  1997-07-24  |  504 b   |  21 lines

  1. on mouseDown
  2.   global groomQTlist
  3.   if groomQTlist = 0 then
  4.     nothing()
  5.   else
  6.     if (the movieRate of sprite 22 = 0) and (the movieRate of sprite 23 = 0) then
  7.       set the castNum of sprite 13 to member "left1"
  8.       set the visible of sprite 24 to 0
  9.       set the visible of sprite 23 to 1
  10.       set the visible of sprite 22 to 0
  11.       updateStage()
  12.       set the movieRate of sprite 23 to 1
  13.       roomQT(-1)
  14.     end if
  15.   end if
  16. end
  17.  
  18. on mouseUp
  19.   set the castNum of sprite 13 to member "left2"
  20. end
  21.